home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
mx
/
managers
/
IToolTipManagerClient.as
< prev
next >
Wrap
Text File
|
2014-03-27
|
269b
|
14 lines
package mx.managers
{
import mx.core.IFlexDisplayObject;
public interface IToolTipManagerClient extends IFlexDisplayObject
{
function get toolTip() : String;
function set toolTip(param1:String) : void;
}
}